python基礎 3.0 file 讀取文件 一.python 文件訪問 1.在python中要訪問文件,首先要打開文件,也就是open r: 只讀 w: 只寫 ,文件已存在則清空,不存在則創建 a:追加 ...